home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000027_news@columbia.edu _Fri Mar 16 10:21:31 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id KAA11631
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Fri, 16 Mar 2001 10:21:31 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA10338
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 16 Mar 2001 09:55:50 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@columbia.edu (Frank da Cruz)
  10. Subject: Re: Automated FTP Script.
  11. Date: 16 Mar 2001 14:55:48 GMT
  12. Organization: Columbia University
  13. Message-ID: <98t9hk$a2v$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <Lles6.4040$zW2.170243@ozemail.com.au>,
  17. Ranko Popovic <ranko.popovic@newsconnect.nospam.com.au> wrote:
  18. : Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote in message
  19. : news:98m5iu$p6m$1@newsmaster.cc.columbia.edu...
  20. : > It's done most easily with an FTP client that (unlike the standard one)
  21. : > is innately scriptable -- i.e. has its own built-in scripting such as:
  22. : >
  23. : >   http://www.columbia.edu/kermit/ftpclient.html
  24. : Frank, when are you going to remove restrictions for the "secure" version?
  25. : I'm referring to http://www.columbia.edu/kermit/noexport.html of course.
  26. When the test phase of C-Kermit 7.1 is finished and it is formally released,
  27. it will be packaged in a way that is consistent with the revised USA export
  28. restrictions, which can be summarized very crudely like this: source code
  29. can be put on FTP sites, but not object code or binaries.  Meaning that you'll
  30. have to build secure versions from source code yourself.
  31.  
  32. The C-Kermit 7.1 Alpha-test tarball already contains the security modules:
  33.  
  34.   $ tar tvf cku199a02.tar
  35.   rw-rw-r--107/1327 290790 Jan  6 14:18 2001 makefile
  36.   rw-rw-r--107/1327 163324 Jan  3 15:18 2001 ck_crp.c
  37.   rw-rw-r--107/1327   2627 Jan  3 15:18 2001 ck_des.c
  38.   rw-rw-r--107/1327 116502 Jan  3 15:18 2001 ck_ssl.c
  39.   rw-rw-r--107/1327   2712 Jan  3 15:18 2001 ck_ssl.h
  40.   ...
  41.  
  42. The procedures for building secure versions are in the makefile, and are
  43. documented here:
  44.  
  45.   http://www.columbia.edu/kermit/security71.html
  46.  
  47. Thus you can use the security features today.  If you have specific questions,
  48. send them to kermit-support@columbia.edu.
  49.  
  50. - Frank